home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / mail / epdemo.exe / win32.z / LDAPinit.ini < prev    next >
INI File  |  1998-05-20  |  6KB  |  138 lines

  1. ; Date: 28 August 1997
  2. ; Version: 1.0
  3. ; Author: Mark K. Joseph
  4. ;
  5. ; This file defines configuration data defined for the user by Qualcomm.
  6. ; This configuration data defines what the LDAP client is initialized to when no other
  7. ; configuration data is available.  
  8. ;
  9. ; Note:
  10. ; 1) This file MUST appear in the same directory as the "LDAP.DLL" for it to work.
  11. ; 2) This file is ignored if the current LDAP client contains any existing configuration data.
  12. ;    If the user deletes all configuration data in the registry and then brings up the directory application
  13. ;    again then this data will be loaded.
  14. ; 3) ALL the values below have been constructed by performing queries on the listed internet LDAP servers.
  15. ;    In other words they are real.  Also not that the commented out values (i.e., lines starting with ';') below
  16. ;    are for example only and are not real.
  17. ; 4) The format below is as follows:
  18. ;
  19. ;    There is one main section called "[LDAP]", which lists all the servers (i.e., their fully qualified domain names)
  20. ;    in the file along with their section numbers.
  21. ;
  22. ;    Each LDAP server can have two sections: "[#-parameters]" section is required and can hold 
  23. ;    the following standard configuration items:
  24. ;    "UserSrvName" is a user friendly string for an LDAP server (default value ""),
  25. ;    "SearchBase"  is a X.500 string indicating where in the directory tree to start searching (default value "c=US"),
  26. ;    "SearchHitLimit" is a number defining the number of maximun search hits that should be returned (default value 0 [0 means no limit]),
  27. ;    "SearchTimeOut" is the number of seconds (in 30 second increments) defining how long the LDAP server should continue the search (default value 0 [0 means no limit]),
  28. ;    "Port" is the TCP/IP port number where an LDAP server is waiting (default value 389),
  29. ;    "LogonRequired" is a BOOLEAN defining whether the LDAP server required a logon account and password (default value FALSE), 
  30. ;    "AccountName" is a string defining an account on an LDAP server (default value ""),
  31. ;    "AccountPassword" is a string that goes along with the "AccountName" parameter (default value ""),
  32. ;    "LogFile" is a path to a file to place detailed logging information (NOTE setting this option significantly slows down the application) (default value ""),
  33. ;    "LogOverWrite" is a BOOLEAN defining whether the LogFile should be cleared before each new logging session (limits file size if TRUE) (default value FALSE),
  34. ;    "LogFlags" is a bit mask where the value "3" turns enables all logging information (default value 0).
  35. ;
  36. ;    Each LDAP server can have a "[#-attributes]" section (which is optional), and it defines the
  37. ;    mapping of LDAP server field names (e.g., "sn") to human readable strings (e.g., "Last Name").
  38. ;
  39. ;    The format of these attributes takes one of two forms: (1) "OrganizationPerson=ASCII NAME", where
  40. ;    "OrganizationPerson" is a LDAP server attribute name, "ASCII" is the type of its value, and "NAME"
  41. ;    is a built in value indicating who the value of the field is to be presented to the user.
  42. ;
  43. ;    (2) "st=WORDDOC USERDEFINED "state", where "st" is a LDAP server attribute name, "WORDDOC" is the
  44. ;    built in type of its value, "USERDEFINED" is a built in type indicating that the following string
  45. ;    is not built in and was typically defined by the user.
  46. ;
  47. ; 4) Below there are examples of everything described above.
  48. ;
  49.  
  50. [LDAP]
  51. ServerCount=6
  52. 1=ldap.whowhere.com
  53. 2=ldap.bigfoot.com
  54. 3=ldap.switchboard.com
  55. 4=ldap.four11.com
  56. 5=ldap.infospace.com
  57. 6=ldapbiz.infospace.com
  58.  
  59. [1-parameters]
  60. ; The WhoWhere LDAP server requires a search hit limit of around 100 or it WON'T WORK
  61. SearchHitLimit=100
  62. SearchTimeOut=300
  63.  
  64. [2-parameters]
  65. SearchBase=c=US
  66.  
  67. [2-attributes]
  68. o=ASCIIZ USERDEFINED "Organization"
  69.  
  70. [3-parameters]
  71. ;LogFile=c:\Qualcomm\dev\current\bigfoot1.txt
  72. ;LogOverWrite=TRUE
  73. ;LogFlags=3
  74.  
  75. [3-attributes]
  76. c=ASCIIZ USERDEFINED "Country"
  77. cn=ASCIIZ NAME
  78. givenname=ASCIIZ USERDEFINED "First name"
  79. l=ASCIIZ LOCATION
  80. sn=ASCIIZ USERDEFINED "Family name"
  81. st=ASCIIZ HSTATE
  82. objectclass=ASCIIZ USERDEFINED "Type of information"
  83. homephone=ASCIIZ HPHONE
  84. homepostaladdress=ASCIIZ HADDRESS
  85.  
  86. [4-parameters]
  87. Port=389
  88. SearchBase=c=US
  89.  
  90. [4-attributes]
  91. c=ASCIIZ USERDEFINED "Country"
  92. cn=ASCIIZ NAME
  93. givenname=ASCIIZ USERDEFINED "First name"
  94. l=ASCIIZ LOCATION
  95. o=ASCIIZ USERDEFINED "Organization"
  96. sn=ASCIIZ USERDEFINED "Family name"
  97. st=ASCIIZ HSTATE
  98.  
  99. [5-parameters]
  100. ;LogonRequired=TRUE
  101. ;AccountName=Fatcat
  102. ;AccountPassword=test1
  103.  
  104. [5-attributes]
  105. c=ASCIIZ USERDEFINED "Country"
  106. cn=ASCIIZ NAME
  107. commonname=ASCIIZ USERDEFINED "Full name"
  108. givenname=ASCIIZ USERDEFINED "First name"
  109. homephone=ASCIIZ HPHONE
  110. homePostalAddress=ASCIIZ HADDRESS
  111. l=ASCIIZ LOCATION
  112. o=ASCIIZ USERDEFINED "Organization"
  113. objectclass=ASCIIZ USERDEFINED "Type of information"
  114. ou=ASCIIZ DIVISION
  115. rfc822mailbox=ASCIIZ USERDEFINED "Internet Email"
  116. sn=ASCIIZ USERDEFINED "Family name"
  117. st=ASCIIZ HSTATE
  118. title=ASCIIZ POSITION
  119.  
  120. [6-parameters]
  121.  
  122. [6-attributes]
  123. c=ASCIIZ USERDEFINED "Country"
  124. cn=ASCIIZ NAME
  125. commonname=ASCIIZ USERDEFINED "Full name"
  126. givenname=ASCIIZ USERDEFINED "First name"
  127. homephone=ASCIIZ HPHONE
  128. homePostalAddress=ASCIIZ HADDRESS
  129. l=ASCIIZ LOCATION
  130. o=ASCIIZ USERDEFINED "Organization"
  131. objectclass=ASCIIZ USERDEFINED "Type of information"
  132. ou=ASCIIZ DIVISION
  133. rfc822mailbox=ASCIIZ USERDEFINED "Internet Email"
  134. sn=ASCIIZ USERDEFINED "Family name"
  135. st=ASCIIZ HSTATE
  136. title=ASCIIZ POSITION
  137.  
  138.